alloc_netif() must return a ERR_PTR() on error, not NULL.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 18 Oct 2005 14:40:29 +0000 (15:40 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 18 Oct 2005 14:40:29 +0000 (15:40 +0100)
commit5cf031e58df9bede3e6751f2905257c3e0ed8642
tree25747f6f9a2c5838f077654fab049a8d7da2431b
parent422ad78b3c5eec536143deeea7cbd935479d2f1b
alloc_netif() must return a ERR_PTR() on error, not NULL.
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/netback/interface.c
linux-2.6-xen-sparse/drivers/xen/netback/xenbus.c